projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c02cb
)
(universal-coding-system-argument): last-input-char need not be a char.
author
Glenn Morris
<rgm@gnu.org>
Thu, 8 Jan 2009 04:07:31 +0000
(
04:07
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 8 Jan 2009 04:07:31 +0000
(
04:07
+0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 0871a9bfdc61a49434afefda8aeaf4abc6e809db..ac35228a19edd9e6a2a48c2adad2498ce33709e0 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-288,7
+288,7
@@
wrong, use this command again to toggle back to the right mode."
prefix)
;; read-key-sequence ignores quit, so make an explicit check.
;; Like many places, this assumes quit == C-g, but it need not be.
- (if (
char-
equal last-input-char ?\C-g)
+ (if (equal last-input-char ?\C-g)
(keyboard-quit))
(when (memq cmd '(universal-argument digit-argument))
(call-interactively cmd)